home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / status / infox < prev    next >
Encoding:
Text File  |  1993-10-26  |  1.8 KB  |  42 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           infox option
  4.                Return information about Extended Tcl, or  the  current
  5.                application.  The  following  infox command options are
  6.                available:
  7.  
  8.                version
  9.                     Return the version number of  Extended  Tcl.   The
  10.                     version  number  for  Extended Tcl is generated by
  11.                     combining the base version  of  the  standard  Tcl
  12.                     code  with  a  letter  indicating  the  version of
  13.                     Extended Tcl being used.  This is  the  documenta-
  14.                     tion for version tcl6.2b.
  15.  
  16.                patchlevel
  17.                     Return the patchlevel for Extended Tcl.
  18.  
  19.                posix_signals
  20.                     Return 1 if Posix signals are available (block and
  21.                     unblock options available for the signal command).
  22.                     0 is returned if Posix signals are not available.
  23.  
  24.                appname
  25.                     Return  the  symbolic  application  name  of   the
  26.                     current  application  linked with the Extended Tcl
  27.                     library.  The C variable tclAppName must be set by
  28.                     the  application to return an application specific
  29.                     value for this variable.
  30.  
  31.                applongname
  32.                     Return a natural language  name  for  the  current
  33.                     application. The C variable tclLongAppName must be
  34.                     set by the application to  return  an  application
  35.                     specific value for this variable.
  36.  
  37.                appversion
  38.                     Return the version number for the current applica-
  39.                     tion.  The C variable tclAppVersion must be set by
  40.                     the application to return an  application-specific
  41.                     value for this variable.
  42.